home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / 3lines.swf / scripts / DefineButton2_9 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-10-06  |  66 b   |  4 lines

  1. on(press){
  2.    _parent.on_click(Number(this._name.slice(7)));
  3. }
  4.